Skip to content
Snippets Groups Projects
Commit fda44315 authored by rswindell's avatar rswindell
Browse files

Needs stdarg.h for va_list definition.

parent b99ac059
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@
/* OS-specific */
#if defined(__unix__)
#include <stdarg.h> /* va_list */
#include <string.h> /* strlen() */
#include <unistd.h> /* getpid() */
#include <fcntl.h> /* fcntl() file/record locking */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment