diff options
Diffstat (limited to '')
-rw-r--r-- | src/event_pipe.c (renamed from src/main_notify.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_notify.c b/src/event_pipe.c index 6a5ff484e..ac76209da 100644 --- a/src/main_notify.c +++ b/src/event_pipe.c @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "main_notify.h" +#include "event_pipe.h" #include "utils.h" #include "log.h" |