[gq-commit] gq/src util.c,1.49,1.50
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-09-28 21:18:31
|
Update of /cvsroot/gqclient/gq/src In directory usw-pr-cvs1:/tmp/cvs-serv15309 Modified Files: util.c Log Message: * Fix compilation problem Index: util.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/util.c,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** util.c 28 Sep 2002 20:06:43 -0000 1.49 --- util.c 28 Sep 2002 21:18:28 -0000 1.50 *************** *** 58,61 **** --- 58,62 ---- #include "i18n.h" #include "mainwin.h" + #include "input.h" #include "../icons/warning.xpm" |