Skip to content

Commit

Permalink
Fixed some implicit declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Persson committed Jul 23, 2018
1 parent 854b28d commit 810e8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buffer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "buffer.h"


Expand Down
1 change: 1 addition & 0 deletions cdirip.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <string.h>
#include <errno.h>
#include <limits.h>
#include <unistd.h>
#ifdef _WIN32
#include <windows.h>
#include <shlobj.h>
Expand Down

0 comments on commit 810e8d7

Please sign in to comment.