chiark / gitweb /
Fix include mask in API header sd-event.h to be C90 conformant. (Closes #69)
authorSven Eden <yamakuzure@gmx.net>
Thu, 21 Jun 2018 17:40:15 +0000 (19:40 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 29 Jun 2018 05:12:51 +0000 (07:12 +0200)
src/systemd/sd-event.h

index 6b43315e90765796a6451b63c030ca5df88f5ff4..820962cbd0125dab69c843b5d79980aa92390524 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/epoll.h>
 #include <sys/signalfd.h>
 #include <sys/types.h>
-//#include <time.h>
+/*#include <time.h>*/
 
 #include "_sd-common.h"