mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix includes
This commit is contained in:
parent
c76a4d0172
commit
747ac62733
2 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <errno.h>
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "configfile.h"
|
#include "configfile.h"
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue