]> arthur.barton.de Git - netatalk.git/commitdiff
Missing includes
authorFrank Lahm <franklahm@googlemail.com>
Mon, 20 Jun 2011 08:57:50 +0000 (10:57 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Mon, 20 Jun 2011 08:57:50 +0000 (10:57 +0200)
include/atalk/afp.h
include/atalk/unicode.h

index 1681c23aecc35a54c6975d5d77e3a234c49b45d8..c81371364cc79f5040b40caaaeb5d21d4b9685ab 100644 (file)
@@ -24,6 +24,7 @@
 #ifndef _ATALK_AFP_H
 #define _ATALK_AFP_H 1
 
+#include <stdint.h>
 #include <sys/types.h>
 
 typedef uint16_t AFPUserBytes;
index 4c4759ef07e061793c3471c24f94b43c3a1bc01f..6844073b9fe5b1578e4dd2f2dacb5099adcc07be 100644 (file)
@@ -2,6 +2,7 @@
 #define _ATALK_UNICODE_H 1
 
 #include <errno.h>
+#include <stdint.h>
 #include <sys/param.h>
 
 #define ucs2_t uint16_t