]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add includes to ptimeout test.
authorMayank Sharma <mayank.fit2010@gmail.com>
Mon, 20 Feb 2023 12:07:15 +0000 (17:37 +0530)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 20 Feb 2023 12:24:15 +0000 (23:24 +1100)
Fixes test failures on AIX due to type mismatches.

regress/unittests/misc/test_ptimeout.c

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