Browse Source

add missing header file

master
Matthias-Christian Ott 16 years ago
parent
commit
339e7f3571
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      st.c

+ 1
- 0
st.c View File

@ -1,6 +1,7 @@
/* See LICENSE file for copyright and license details. */
#include "util.h"
#include <stdio.h>
#include <string.h>
int
Xmain(int argc, char *argv[]) {


Loading…
Cancel
Save