Add missing stdint include
authorMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 25 Jun 2014 15:12:06 +0000 (15:12 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 25 Jun 2014 15:12:06 +0000 (15:12 +0000)
mmsoftware/util/file-to-c.c

index e443831..de7868c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: file-to-c.c,v 1.2 2014/06/25 07:38:26 mmondor Exp $ */
+/* $Id: file-to-c.c,v 1.3 2014/06/25 15:12:06 mmondor Exp $ */
 
 /*
  * Copyright (c) 2014, Matthew Mondor
@@ -14,6 +14,7 @@
 #include <ctype.h>
 #include <errno.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>