Skip to content

Commit

Permalink
include glob.h on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
doke2 committed Aug 19, 2015
1 parent e8ed521 commit b7e9ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/headers/shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
#include <dirent.h>
#include <ctype.h>
#include <signal.h>
#include <glob.h>

#ifndef WIN32
#include <glob.h>
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Expand Down

0 comments on commit b7e9ebe

Please sign in to comment.