aboutsummaryrefslogtreecommitdiff
path: root/src/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.h')
-rw-r--r--src/io.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/io.h b/src/io.h
index c36a5b0..676ebac 100644
--- a/src/io.h
+++ b/src/io.h
@@ -1,5 +1,5 @@
-#ifndef CHANGE_IO_H_
-#define CHANGE_IO_H_
+#ifndef CHANGE_SRC_IO_H_
+#define CHANGE_SRC_IO_H_
#include <unistd.h>
#include <dlfcn.h>
@@ -58,4 +58,4 @@ bool is_regular_file(int fd) {
}
-#endif // CHANGE_IO_H_
+#endif // CHANGE_SRC_IO_H_