]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Include includes.h for compat bits.
authorDarren Tucker <dtucker@zip.com.au>
Thu, 16 Mar 2017 03:05:46 +0000 (14:05 +1100)
committerDarren Tucker <dtucker@zip.com.au>
Thu, 16 Mar 2017 03:05:46 +0000 (14:05 +1100)
regress/unittests/conversion/tests.c

index ebb48a14d23ad9a5e9b3e42565bf25ceee61e337..6dd77ef42548bb09e0cb82819deddcae217abfea 100644 (file)
@@ -5,6 +5,8 @@
  * Placed in the public domain
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <sys/param.h>
 #include <stdio.h>