silly: move some includes
This commit is contained in:
parent
f0e77b0014
commit
8f637feac8
7
src/lt.c
7
src/lt.c
|
@ -23,6 +23,13 @@ THE SOFTWARE.
|
||||||
|
|
||||||
#include "lt.h"
|
#include "lt.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <iconv.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Variables
|
* Variables
|
||||||
*/
|
*/
|
||||||
|
|
Reference in New Issue
Block a user