1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

Adjusted include directive for local header.

This commit is contained in:
Oliver Schmidt
2013-05-01 21:53:30 +02:00
parent 42494c6323
commit 6891862bbe
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <dirent.h>
#include <dir.h>
#include "dir.h"
+1 -1
View File
@@ -37,7 +37,7 @@
#include <fcntl.h>
#include <errno.h>
#include <dirent.h>
#include <dir.h>
#include "dir.h"
+1 -1
View File
@@ -33,7 +33,7 @@
#include <stddef.h>
#include <unistd.h>
#include <dirent.h>
#include <dir.h>
#include "dir.h"
+1 -1
View File
@@ -34,7 +34,7 @@
#include <unistd.h>
#include <string.h>
#include <dirent.h>
#include <dir.h>
#include "dir.h"