aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_strutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_strutil.h')
-rw-r--r--include/gensvm_strutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_strutil.h b/include/gensvm_strutil.h
index acdd0c0..d70809b 100644
--- a/include/gensvm_strutil.h
+++ b/include/gensvm_strutil.h
@@ -13,7 +13,7 @@
#ifndef GENSVM_STRUTIL_H
#define GENSVM_STRUTIL_H
-#include "globals.h"
+#include "gensvm_globals.h"
bool str_startswith(const char *str, const char *pre);
bool str_endswith(const char *str, const char *suf);