Skip to content

Commit

Permalink
Add #include <unistd.h> for Fedora linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lqi committed Dec 30, 2012
1 parent 2f38272 commit 588c2f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oclint-core/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <dlfcn.h>
#include <dirent.h>
#include <unistd.h>
#include <iostream>
#include <fstream>
#include <ctime>
Expand Down

0 comments on commit 588c2f3

Please sign in to comment.