Commit b08fbb7b authored by Jean-Paul Saman's avatar Jean-Paul Saman

Add sys/types.h include file.

Some distros (Ubuntu lucid) have slightly different glibc headers and require sys/types.h to be
included explicitly.
parent 289594ce
...@@ -36,6 +36,8 @@ ...@@ -36,6 +36,8 @@
#include <stdint.h> #include <stdint.h>
#endif #endif
#include <sys/types.h>
/* the libdvbpsi distribution defines DVBPSI_DIST */ /* the libdvbpsi distribution defines DVBPSI_DIST */
#ifdef DVBPSI_DIST #ifdef DVBPSI_DIST
#include "../src/dvbpsi.h" #include "../src/dvbpsi.h"
......
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
#include <stdint.h> #include <stdint.h>
#endif #endif
#include <sys/types.h>
/* the libdvbpsi distribution defines DVBPSI_DIST */ /* the libdvbpsi distribution defines DVBPSI_DIST */
#ifdef DVBPSI_DIST #ifdef DVBPSI_DIST
#include "../src/dvbpsi.h" #include "../src/dvbpsi.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment