summaryrefslogtreecommitdiff
path: root/test/snippets/include_headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/snippets/include_headers.h')
-rw-r--r--test/snippets/include_headers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/snippets/include_headers.h b/test/snippets/include_headers.h
new file mode 100644
index 0000000..b9b8040
--- /dev/null
+++ b/test/snippets/include_headers.h
@@ -0,0 +1,4 @@
+#include <stdio.h>
+#include <sys/types.h>
+#include <unistd.h>
+#include <sys/random.h>