summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/support/command-line.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/support/command-line.h b/src/support/command-line.h
index f52e962f7..f57929b6b 100644
--- a/src/support/command-line.h
+++ b/src/support/command-line.h
@@ -18,8 +18,8 @@
// Command line helpers.
//
-#ifndef wasm_command_line_h
-#define wasm_command_line_h
+#ifndef wasm_support_command_line_h
+#define wasm_support_command_line_h
#include "wasm.h"
@@ -40,4 +40,4 @@ void processCommandLine(int argc, const char *argv[], Options *options,
} // namespace wasm
-#endif // wasm_command_line_h
+#endif // wasm_support_command_line_h