summaryrefslogtreecommitdiffstats
path: root/src/util/strndup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/strndup.h')
-rw-r--r--src/util/strndup.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util/strndup.h b/src/util/strndup.h
index c5ed7a8c8d2..a3d73984132 100644
--- a/src/util/strndup.h
+++ b/src/util/strndup.h
@@ -21,7 +21,8 @@
* IN THE SOFTWARE.
*/
-#pragma once
+#ifndef STRNDUP_H
+#define STRNDUP_H
#include <stdlib.h> // size_t
@@ -38,3 +39,5 @@ char *strndup(const char *str, size_t max);
#endif
#endif
+
+#endif /* STRNDUP_H */