Check for timepps.h also in sys directory

This commit is contained in:
Miroslav Lichvar
2011-09-01 17:06:54 +02:00
parent cc3f5962b8
commit f570eb76b3
2 changed files with 19 additions and 2 deletions

View File

@@ -31,7 +31,11 @@
#if HAVE_PPSAPI
#if defined(HAVE_SYS_TIMEPPS_H)
#include <sys/timepps.h>
#elif defined(HAVE_TIMEPPS_H)
#include <timepps.h>
#endif
#include "logging.h"
#include "memory.h"