summaryrefslogtreecommitdiff
path: root/src/str.h
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-01-21 21:53:50 +0800
committerJSDurand <mmemmew@gmail.com>2022-01-21 21:53:50 +0800
commit53865aad225ffbe5cf3c42736e5a2095092f9fff (patch)
tree697ecbee7fa69ae8c58a0ec2f69cdf84d7cd313f /src/str.h
parent5730d6c04258e192195bfbbbed76d68fd78ed458 (diff)
temporary save point
Just to save some work.
Diffstat (limited to 'src/str.h')
-rw-r--r--src/str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/str.h b/src/str.h
index bfe5867..2c42211 100644
--- a/src/str.h
+++ b/src/str.h
@@ -1,7 +1,7 @@
#ifndef STR_H
#define STR_H
-#include <util.h>
+#include "util.h"
typedef struct str_s str;