Headers: Guard inclusion of mLib headers.
[mLib] / dputf.c
diff --git a/dputf.c b/dputf.c
index ef8273c..38eb8f6 100644 (file)
--- a/dputf.c
+++ b/dputf.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * `printf'-style formatting for dynamic strings
  *
  * (c) 1999 Straylight/Edgeware
@@ -29,6 +27,8 @@
 
 /*----- Header files ------------------------------------------------------*/
 
+#include "config.h"
+
 #include <ctype.h>
 #include <math.h>
 #include <stdarg.h>