Skip to content

Commit

Permalink
Merge pull request #400 from stephank/patch-1
Browse files Browse the repository at this point in the history
Add missing include for `sys/stat.h`.
  • Loading branch information
kylef committed Sep 11, 2013
2 parents a09d644 + 3d3ca53 commit fabf94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/znc/FileUtils.h
Expand Up @@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
#include <vector>

Expand Down

0 comments on commit fabf94a

Please sign in to comment.