chiark / gitweb /
Prep v229: Remove remaining emacs settings [1/6] src/basic
[elogind.git] / src / basic / stdio-util.h
index b36e8a947e5615a01450b745eefd849702acff13..359d12284bf052ac3ba3a7745a7c887cd5aa849b 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -21,7 +19,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#ifdef __GLIBC__
 #include <printf.h>
+#endif
 #include <stdarg.h>
 #include <stdio.h>
 #include <sys/types.h>