Added missing include.

pull/156/head
Fredrik Öhrström 2020-09-08 22:34:24 +02:00
rodzic c1d6d36a6d
commit 93272b1b0c
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,8 @@
#include <stdlib.h>
#include <fcntl.h>
#include <errno.h>
#include <pthread.h>
#include <semaphore.h>
#include <unistd.h>
#include <syslog.h>
#include <string.h>