aboutsummaryrefslogtreecommitdiffstats
path: root/test/RunInotify.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-02 19:22:15 +0100
committerMax Kellermann <max@duempel.org>2013-01-02 19:22:15 +0100
commita654f146d1b39a363cb10853a7670ef099570e54 (patch)
tree2c171646333f0b529655b57bee2c1eb6a3dd7c1c /test/RunInotify.cxx
parent67b46a151da4ca6f81fa63d30e2c629da352ec45 (diff)
downloadmpd-a654f146d1b39a363cb10853a7670ef099570e54.tar.gz
mpd-a654f146d1b39a363cb10853a7670ef099570e54.tar.xz
mpd-a654f146d1b39a363cb10853a7670ef099570e54.zip
update: convert to C++
Diffstat (limited to '')
-rw-r--r--test/RunInotify.cxx (renamed from test/run_inotify.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_inotify.c b/test/RunInotify.cxx
index 4ceb60229..491cddb78 100644
--- a/test/run_inotify.c
+++ b/test/RunInotify.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#include "inotify_source.h"
+#include "InotifySource.hxx"
#include <glib.h>