summaryrefslogtreecommitdiff
path: root/include/lib/libc/aarch32/string_.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/libc/aarch32/string_.h')
-rw-r--r--include/lib/libc/aarch32/string_.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/lib/libc/aarch32/string_.h b/include/lib/libc/aarch32/string_.h
index b3ad602f..4e139b0d 100644
--- a/include/lib/libc/aarch32/string_.h
+++ b/include/lib/libc/aarch32/string_.h
@@ -4,7 +4,12 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifndef STRING__H
+#define STRING__H
+
#ifndef SIZET_
typedef unsigned int size_t;
#define SIZET_
#endif
+
+#endif /* STRING__H */