aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/delivery_filename.c
diff options
context:
space:
mode:
authorCharlie Root <root@tabdeal.net>2013-04-12 17:19:50 +0200
committerCharlie Root <root@tabdeal.net>2013-04-12 17:19:50 +0200
commit6e5c46d72c9d72afb6ae2de8e9ca4fe2f3a77e79 (patch)
treec0f9317e0e72a5b5707ad8971eb9681d003f41d7 /smtpd/delivery_filename.c
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-6e5c46d72c9d72afb6ae2de8e9ca4fe2f3a77e79.tar.xz
OpenSMTPD-6e5c46d72c9d72afb6ae2de8e9ca4fe2f3a77e79.zip
sys-tree.h and sys-queue.h -> sys/tree.h and sys/queue.h
Diffstat (limited to 'smtpd/delivery_filename.c')
-rw-r--r--smtpd/delivery_filename.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd/delivery_filename.c b/smtpd/delivery_filename.c
index 5a2b7d84..63b91501 100644
--- a/smtpd/delivery_filename.c
+++ b/smtpd/delivery_filename.c
@@ -22,8 +22,8 @@
#include <sys/file.h> /* Needed for flock */
#endif
#include <sys/types.h>
-#include "sys-queue.h"
-#include "sys-tree.h"
+#include <sys/queue.h>
+#include <sys/tree.h>
#include <sys/socket.h>
#include <sys/stat.h>