Merge pull request #227 from haneefmubarak/patch-1

removed <dirent.h> preventing compile on some archs
This commit is contained in:
Christopher Haster
2019-07-28 21:24:22 -05:00
committed by GitHub

View File

@@ -11,7 +11,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <limits.h> #include <limits.h>
#include <dirent.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
#include <assert.h> #include <assert.h>