]> git.sur5r.net Git - cc65/blobdiff - include/sys/types.h
New EMD driver for the ISEPIC cartridge written and contributed by
[cc65] / include / sys / types.h
index 25907de151e5ac02213185777509c1dc40b04a67..087bff5d82bc3d6062c076b63700a94fef510dd5 100644 (file)
 
 
 
+/* off_t is also defined in unistd.h */
+#ifndef _HAVE_off_t
+#define _HAVE_off_t
 typedef long int off_t;
+#endif