Skip to content
Snippets Groups Projects
Commit 3ae6e9f3 authored by deuce's avatar deuce
Browse files

Add missing #include.

parent 6447915b
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@
*/
#include <stdio.h>
#include <string.h>
#include <stdarg.h> /* va_list */
#include <sys/stat.h> /* struct stat */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment