Skip to content

Commit

Permalink
Add #include <fnmatch.h>
Browse files Browse the repository at this point in the history
    #include <stdlib.h>
    #include <stdio.h>
    #include <string.h>
to avoid compile error on Linux.
  modified:   storage/connect/filamzip.cpp
  • Loading branch information
Buggynours committed Jan 16, 2017
1 parent 0cb9369 commit c7446da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions storage/connect/filamzip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
#if defined(UNIX)
#include <fnmatch.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#else // !UNIX
#include <io.h>
Expand Down

0 comments on commit c7446da

Please sign in to comment.