You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
293 B
11 lines
293 B
Index: zzip/types.h |
|
--- zzip/types.h.orig 2005-10-15 00:52:09 +0200 |
|
+++ zzip/types.h 2006-04-28 09:11:18 +0200 |
|
@@ -21,6 +21,7 @@ |
|
#ifndef _ZZIP_TYPES_H_ |
|
#define _ZZIP_TYPES_H_ |
|
|
|
+#include <sys/types.h> |
|
#include <zzip/conf.h> |
|
#include <fcntl.h> |
|
#include <stddef.h> /* size_t and friends */
|
|
|