summaryrefslogtreecommitdiff
path: root/strings/strcend.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strcend.c')
-rw-r--r--strings/strcend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strcend.c b/strings/strcend.c
index 246b81d7f7b..d4a41ca5311 100644
--- a/strings/strcend.c
+++ b/strings/strcend.c
@@ -24,7 +24,7 @@
occurs, or a pointer to the end-null of s if c does not occur in s.
*/
-#include <global.h>
+#include <my_global.h>
#include "m_string.h"
#if defined(MC68000) && defined(DS90)