From 6ab2c4bae1b44f582cbec5ddd32217eb8fbbe25e Mon Sep 17 00:00:00 2001 From: "blizzard%redhat.com" Date: Tue, 9 Nov 1999 19:20:24 +0000 Subject: [PATCH] include ctype.h so isprint() is defined. a=choffman git-svn-id: svn://10.0.0.236/trunk@53006 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/xlib/nsAppShell.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/widget/src/xlib/nsAppShell.cpp b/mozilla/widget/src/xlib/nsAppShell.cpp index 52eca0a0988..5c7f75c189e 100644 --- a/mozilla/widget/src/xlib/nsAppShell.cpp +++ b/mozilla/widget/src/xlib/nsAppShell.cpp @@ -23,6 +23,7 @@ #include #include #include +#include #include #include "nsWidget.h"