Skip to content

Commit

Permalink
Add missing unistd.h include in type-to-cxx.cpp
Browse files Browse the repository at this point in the history
Without this, "getopt" is undeclared
  • Loading branch information
PureTryOut committed Mar 25, 2020
1 parent a7f5448 commit 6117aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions type-to-cxx/type-to-cxx.cpp
Expand Up @@ -10,6 +10,7 @@ using namespace std ;
#include "../src/storage.h"
#include "../src/log.h"
#include <crypt.h>
#include <unistd.h>

void dump_h(ostringstream &h, iodata::validator *v)
{
Expand Down

0 comments on commit 6117aed

Please sign in to comment.