summaryrefslogtreecommitdiffhomepage
path: root/src/internal/perk_output_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/perk_output_impl.h')
-rw-r--r--src/internal/perk_output_impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/internal/perk_output_impl.h b/src/internal/perk_output_impl.h
index 62f0322..0fd3c53 100644
--- a/src/internal/perk_output_impl.h
+++ b/src/internal/perk_output_impl.h
@@ -1,3 +1,6 @@
+#ifndef PE_OUTPUT_IMPL_H
+#define PE_OUTPUT_IMPL_H
+
#include <unistd.h>
#include <perk/perk.h>
@@ -33,3 +36,5 @@ static inline int pe_output_epilog(int ret, FILE * f)
fclose(f);
return ret;
}
+
+#endif