chiark / gitweb /
Prep v230: Apply missing upstream fixes and updates (2/8) src/basic.
[elogind.git] / src / basic / stdio-util.h
index 757c1059110f1bc4f0d0fb815d60afdb00e622f2..bd1144b4c9f5610b608fcf7078a3e31cf9673306 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#if defined(__GLIBC__) && defined(HAVE_PRINTF_H)
 #include <printf.h>
-#else
-#include "parse-printf-format.h"
-#endif
 #include <stdarg.h>
 #include <stdio.h>
 #include <sys/types.h>