X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fglk.h;h=f1c5b3a8f9b70ac22492cd67d7f5af277e157d00;hb=46974bb948c0a7ca82b476a578b6199e438bab41;hp=9fc720677eb2b77700dc08a59bc86dcae583af86;hpb=5292406311d31682a850baf059cab01a6f0262b2;p=rodin%2Fchimara.git diff --git a/src/glk.h b/src/glk.h index 9fc7206..f1c5b3a 100644 --- a/src/glk.h +++ b/src/glk.h @@ -17,7 +17,7 @@ /* You may have to edit the definition of glui32 to make sure it's really a 32-bit unsigned integer type, and glsi32 to make sure it's really a 32-bit signed integer type. If they're not, horrible things will happen. */ -#include +#include typedef guint32 glui32; typedef gint32 glsi32;