]> git.tuebingen.mpg.de Git - dss.git/blobdiff - dss.c
dss.c: Add missing inclusion of <stdio.h>.
[dss.git] / dss.c
diff --git a/dss.c b/dss.c
index 5f7cfe04599ef8c60b7a68c94ff26cd44117e28d..03ddaf89c1493c10bef79e7c0f36c9180d2410e5 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -5,6 +5,7 @@
  */
 #include <string.h>
 #include <stdlib.h>
+#include <stdio.h>
 #include <stdarg.h>
 #include <assert.h>
 #include <errno.h>