summaryrefslogtreecommitdiff
path: root/shared/inotify/inotify-cxx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/inotify/inotify-cxx.cpp')
-rw-r--r--shared/inotify/inotify-cxx.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/inotify/inotify-cxx.cpp b/shared/inotify/inotify-cxx.cpp
index 7870e825..7c523afb 100644
--- a/shared/inotify/inotify-cxx.cpp
+++ b/shared/inotify/inotify-cxx.cpp
@@ -18,7 +18,9 @@
* please visit http://www.gnu.org/licenses/license-list.html.
*
*/
-
+
+//added by ZenJu
+#include <cstdio>
#include <errno.h>
#include <unistd.h>
bgstack15