Add includes to ptimeout test.

Fixes test failures on AIX due to type mismatches.
This commit is contained in:
Mayank Sharma 2023-02-20 17:37:15 +05:30 committed by Darren Tucker
parent ab69dda05d
commit ef798bad38
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
* Placed in the public domain.
*/
#include "includes.h"
#include <sys/types.h>
#include <stdio.h>
#include <stdint.h>