X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=util.h;h=8b670e8134cae4e629ac4be7b66d50cc20d7acec;hb=ac968003c13bde5c86ffa19f8819e436b5bc03e6;hp=dd3ed598654eee499c78a126392c0073db02d917;hpb=446bfd706349c3e1f19916a16558a2f4f7dc8e54;p=polyglot.git diff --git a/util.h b/util.h index dd3ed59..8b670e8 100644 --- a/util.h +++ b/util.h @@ -7,6 +7,8 @@ // includes #include +#include +#include // defines @@ -88,6 +90,8 @@ } \ } \ + + // types typedef signed char sint8;