Add includes to ptimeout test.
Fixes test failures on AIX due to type mismatches.
This commit is contained in:
parent
ab69dda05d
commit
ef798bad38
|
@ -5,6 +5,8 @@
|
|||
* Placed in the public domain.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue