tdm/backend: Add include <sys/ioctl.h> for ioctl() prototype.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/370/head
Slávek Banko 10 months ago
parent c69b585fbe
commit 7a45949a76
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -41,6 +41,7 @@ from the copyright holder.
#include <string.h>
#include <signal.h>
#include <pwd.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#ifdef __linux__

Loading…
Cancel
Save