summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/debug.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/debug.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/debug.h b/crypto_aead/lilliputaei128v1/ref/debug.h
index 934a287..87140e5 100644
--- a/crypto_aead/lilliputaei128v1/ref/debug.h
+++ b/crypto_aead/lilliputaei128v1/ref/debug.h
@@ -1,4 +1,5 @@
-#pragma once
+#ifndef DEBUG_H
+#define DEBUG_H
#include <inttypes.h>
#include <stdio.h>
@@ -45,3 +46,5 @@ static inline void debug_dump_buffer(FILE *output, const char *header, size_t le
}
fprintf(output, "\n");
}
+
+#endif /* DEBUG_H */