Skip to content
Snippets Groups Projects
Commit a16ed0eb authored by Moe Jette's avatar Moe Jette
Browse files

Add missing #include for definition.

parent 62675352
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <signal.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
......
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