Skip to content

Commit

Permalink
Compilation error due to use of "errno" without <errno.h>
Browse files Browse the repository at this point in the history
Error due to commit 7741fe2 (management errors on mkdir)
  • Loading branch information
Jean-Alexandre Peyroux committed Jul 15, 2013
1 parent 742ba18 commit b1b1214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgin.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#endif

#include <fetch.h>
#include <errno.h>
#include "messages.h"
#include "pkgindb.h"
#include "tools.h"
Expand Down

0 comments on commit b1b1214

Please sign in to comment.