chiark / gitweb /
Add missing includes in header files
[elogind.git] / src / shared / clock-util.h
index 7ed371a958cecef3e58f6beb0b1c2807f3ca98f7..198a7b275309985efcb2d95db3383c7d7f760782 100644 (file)
@@ -21,6 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include "util.h"
+
 int clock_is_localtime(void);
 int clock_set_timezone(int *min);
 int clock_reset_timewarp(void);