From: Sven Eden Date: Thu, 21 Jun 2018 17:40:15 +0000 (+0200) Subject: Fix include mask in API header sd-event.h to be C90 conformant. (Closes #69) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d303d3f54bd7bef85ed04713baca814bae35e5d1;p=elogind.git Fix include mask in API header sd-event.h to be C90 conformant. (Closes #69) --- diff --git a/src/systemd/sd-event.h b/src/systemd/sd-event.h index 6b43315e9..820962cbd 100644 --- a/src/systemd/sd-event.h +++ b/src/systemd/sd-event.h @@ -26,7 +26,7 @@ #include #include #include -//#include +/*#include */ #include "_sd-common.h"