strerror ugly fix

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4388 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-02-12 04:38:12 +00:00
parent a616058c86
commit bda4b95d4c

View File

@@ -20,6 +20,9 @@ RCSID("$Id$");
#include <X11/keysym.h>
#include <X11/Shell.h>
#include <X11/Xos.h>
#ifdef strerror
#undef strerror
#endif
#include <ctype.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>