[tracker] libinotify: Add missing header.



commit 764552d8d0b6d42ae0ca2ae46f7aaca12088f115
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Apr 26 14:30:11 2010 +0200

    libinotify: Add missing header.
    
    perror() needs stdio.h

 src/libinotify/inotify-monitor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/libinotify/inotify-monitor.c b/src/libinotify/inotify-monitor.c
index b8c5cb3..88dcca9 100644
--- a/src/libinotify/inotify-monitor.c
+++ b/src/libinotify/inotify-monitor.c
@@ -23,6 +23,7 @@
 #include <glib.h>
 #include <sys/inotify.h>
 #include <unistd.h>
+#include <stdio.h>
 
 #include "inotify-handle.h"
 #include "inotify-listhash.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]