summaryrefslogtreecommitdiff
path: root/package/capi4k-utils/patches/patch-capi20_capi20_h
blob: 856eaba7918b01ce4fc44f6e0ddeed375dfa1e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
	- somehow this header misses sys/types.h (for size_t definition)
--- capi4k-utils.orig/capi20/capi20.h	2000-11-19 11:15:01.000000000 +0100
+++ capi4k-utils/capi20/capi20.h	2011-07-14 17:26:51.680001337 +0200
@@ -21,6 +21,7 @@
 #define __CAPI20_H__
 
 #include <sys/time.h>
+#include <sys/types.h>
 
 #ifdef __cplusplus
 extern "C" {