]> git.sur5r.net Git - cc65/blobdiff - include/sys/types.h
unistd.h needs off_t
[cc65] / include / sys / types.h
index 25907de151e5ac02213185777509c1dc40b04a67..0eb415186511c8f13ef4610f8245d26a7ef64066 100644 (file)
 
 
 
+/* off_t is also defined in unistd.h */
+#ifndef __HAVE_off_t
+#define __HAVE_off_t
 typedef long int off_t;
+#endif