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

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7a45949a76)
r14.1.x
Slávek Banko 10 months ago
parent 9c4648db28
commit c71af5fc0a
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