Skip to content

Commit

Permalink
Fixed #include path of sys_findfile.h
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 26, 2004
1 parent a23ef6e commit 9997876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/Src/Unix/lzss.c
Expand Up @@ -48,7 +48,7 @@
#include <errno.h>
#include <limits.h>
#include <string.h>
#include "Unix/sys_findfile.h"
#include "sys_findfile.h"
#include "LZSS.h"

// MACROS ------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doomsday/Src/Unix/sys_findfile.c
Expand Up @@ -26,7 +26,7 @@
#include <glob.h>
#include <sys/stat.h>

#include "Unix/sys_findfile.h"
#include "sys_findfile.h"
#include "Unix/sys_path.h"

// MACROS ------------------------------------------------------------------
Expand Down

0 comments on commit 9997876

Please sign in to comment.