[tracker/rss-enclosures] libinotify: Add missing header.
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] libinotify: Add missing header.
- Date: Mon, 3 May 2010 00:45:15 +0000 (UTC)
commit edfb4249d225457355a08aa171c81ccea58314ee
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]