add some include files needed in debian9

This commit is contained in:
fduncanh
2021-12-21 23:33:58 -05:00
parent f34f8098e0
commit d912fdfb26
3 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
extern "C" {
#endif
#include <stdlib.h>
#include <stdint.h>
#include "../lib/raop_ntp.h"

View File

@@ -28,6 +28,7 @@
extern "C" {
#endif
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include "../lib/logger.h"

View File

@@ -26,6 +26,7 @@
extern "C" {
#endif
#include <string.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <stdio.h>