X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fglk.h;h=f1c5b3a8f9b70ac22492cd67d7f5af277e157d00;hb=e7b655fa76e4a42b1a0228bd7e9290998a1fbeae;hp=9fc720677eb2b77700dc08a59bc86dcae583af86;hpb=a706d1eab45506c099bd2b93d301969754ccebf9;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;