changeset 33:a5acb7049e4c

need stdint.h for uint16_t
author David A. Holland
date Sat, 01 Jan 2011 23:28:41 -0500
parents b81ddd969691
children c24cbfa44f81
files macro.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/macro.c	Sat Jan 01 23:27:39 2011 -0500
+++ b/macro.c	Sat Jan 01 23:28:41 2011 -0500
@@ -27,6 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>