test: add missing errno.h include to test-oneshot-and-hangup

This commit is contained in:
Bert Belder 2017-12-07 04:40:57 +01:00
parent 86fbe53e70
commit 450292aebc

View File

@ -1,3 +1,4 @@
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>