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 097ff89..a28c03d 100644 (file)
@@ -25,6 +25,7 @@
 #ifndef __CR_CLEANUP_H__
 #define __CR_CLEANUP_H__
 
+#include <stdio.h>
 #include <glib.h>
 #include <unistd.h>