]> git.tuebingen.mpg.de Git - dss.git/blobdiff - ipc.c
Rename source files which also exist as system headers.
[dss.git] / ipc.c
diff --git a/ipc.c b/ipc.c
index c4389398b9b88eca5a599a25aa9b5e47d51ca808..9889674d2493efc0250ea699aa33454a6d61cc59 100644 (file)
--- a/ipc.c
+++ b/ipc.c
 #include <sys/param.h>
 
 #include "gcc-compat.h"
-#include "string.h"
+#include "str.h"
 #include "log.h"
 #include "gcc-compat.h"
-#include "error.h"
+#include "err.h"
 
 #if (defined(__GNUC__) && defined(__i386__))
 #define get16bits(d) (*((const uint16_t *) (d)))