patch-capi20_capi20_h 334 B

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