diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-12-28 14:41:09 +0100 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-12-28 14:43:32 +0100 |
commit | 0f7c35900c3efc1c746f830f9304ab09b1afbc7d (patch) | |
tree | 90282128de57e2ce7f97501d344a4f8540a35fd3 /src/ipcpd/normal/pol/flat.c | |
parent | 43a3231b03aa0a639bcd8d61784c84095edfdb6e (diff) | |
download | ouroboros-0f7c35900c3efc1c746f830f9304ab09b1afbc7d.tar.gz ouroboros-0f7c35900c3efc1c746f830f9304ab09b1afbc7d.zip |
ipcpd: Rename normal/path to normal/pathname
Diffstat (limited to 'src/ipcpd/normal/pol/flat.c')
-rw-r--r-- | src/ipcpd/normal/pol/flat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/normal/pol/flat.c b/src/ipcpd/normal/pol/flat.c index 82c7db93..13eaf215 100644 --- a/src/ipcpd/normal/pol/flat.c +++ b/src/ipcpd/normal/pol/flat.c @@ -29,7 +29,7 @@ #include "shm_pci.h" #include "ribmgr.h" #include "ro.h" -#include "path.h" +#include "pathname.h" #include <time.h> #include <stdlib.h> |