Include sigaction header to silence IDE errors
This commit is contained in:
parent
783c971e84
commit
60e368289e
2 changed files with 5 additions and 5 deletions
|
|
@ -15,14 +15,14 @@
|
|||
|
||||
#include "../squeek2lvgl/sq2lv.h"
|
||||
|
||||
#include <bits/sigaction.h>
|
||||
#include <sys/time.h>
|
||||
#include <limits.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
|
||||
/**
|
||||
* Static variables
|
||||
|
|
|
|||
|
|
@ -18,15 +18,15 @@
|
|||
|
||||
#include "../squeek2lvgl/sq2lv.h"
|
||||
|
||||
#include <bits/sigaction.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/time.h>
|
||||
#include <pthread.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
|
||||
/**
|
||||
* Static variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue