cleanup: Add missing include of stdio.h
authorTomas Mlcoch <tmlcoch@redhat.com>
Mon, 11 May 2015 07:27:25 +0000 (09:27 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Mon, 11 May 2015 07:27:25 +0000 (09:27 +0200)
src/cleanup.h

index 097ff89b7714db28841bb3dcac7d48c1d6f34358..a28c03d542ea82adac65b7c5a092ae1f3ffe5866 100644 (file)
@@ -25,6 +25,7 @@
 #ifndef __CR_CLEANUP_H__
 #define __CR_CLEANUP_H__
 
+#include <stdio.h>
 #include <glib.h>
 #include <unistd.h>