Add missing stdint.h include
authorMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 25 Jun 2014 15:11:31 +0000 (15:11 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 25 Jun 2014 15:11:31 +0000 (15:11 +0000)
mmsoftware/mystic_ships/client/src/file-to-c.c

index d3194a8..c46e487 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: file-to-c.c,v 1.1 2014/06/25 07:47:28 mmondor Exp $ */
+/* $Id: file-to-c.c,v 1.2 2014/06/25 15:11:31 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>