diff compat.h @ 17:a08ef0674d8e

Page long output in interactive mode
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Sat, 12 Aug 2017 10:41:52 +0200
parents 25e227eba3da
children 1e39a251cbe9
line wrap: on
line diff
--- a/compat.h	Tue Aug 08 10:47:04 2017 +0200
+++ b/compat.h	Sat Aug 12 10:41:52 2017 +0200
@@ -39,6 +39,10 @@
 #include "compat/getentropy.h"
 #endif /* !HAVE_GETENTROPY */
 
+#ifndef	HAVE_SYS_QUEUE_H
+#include "compat/queue.h"
+#endif /* !HAVE_SYS_QUEUE_H */
+
 #ifndef	HAVE_READPASSPHRASE_H
 #include "compat/readpassphrase.h"
 #endif /* !HAVE_READPASSPHRASE_H */