diff options
-rw-r--r-- | servconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h index deda09d93..4202a2d02 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -16,7 +16,7 @@ | |||
16 | #ifndef SERVCONF_H | 16 | #ifndef SERVCONF_H |
17 | #define SERVCONF_H | 17 | #define SERVCONF_H |
18 | 18 | ||
19 | #include <sys/queue.h> | 19 | #include <openbsd-compat/sys-queue.h> |
20 | 20 | ||
21 | #define MAX_PORTS 256 /* Max # ports. */ | 21 | #define MAX_PORTS 256 /* Max # ports. */ |
22 | 22 | ||