Add missing header that was causing builds to fail on Travis.
authorDavid Given <dg@cowlark.com>
Sun, 16 Oct 2016 15:58:01 +0000 (17:58 +0200)
committerDavid Given <dg@cowlark.com>
Sun, 16 Oct 2016 15:58:01 +0000 (17:58 +0200)
util/mcgg/scan.l

index d6a60d3..d26dfac 100644 (file)
@@ -1,5 +1,6 @@
 %{
 #include <stdbool.h>
+#include <stdint.h>
 #include "iburg.h"
 #include "y.tab.h"