diff macro.c @ 33:a5acb7049e4c

need stdint.h for uint16_t
author David A. Holland
date Sat, 01 Jan 2011 23:28:41 -0500
parents 76c114899f63
children b156910b59b2
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>