mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
add missing header file
This commit is contained in:
parent
09fe1e22ce
commit
339e7f3571
1
st.c
1
st.c
@ -1,6 +1,7 @@
|
|||||||
/* See LICENSE file for copyright and license details. */
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
Xmain(int argc, char *argv[]) {
|
Xmain(int argc, char *argv[]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user