From: Ben Pfaff Date: Sun, 4 May 2014 17:31:37 +0000 (-0700) Subject: syntax-gen: Include missing header file. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=ef1c6e31701304b64c492216bbdff99ec989ab7d syntax-gen: Include missing header file. --- diff --git a/src/ui/syntax-gen.c b/src/ui/syntax-gen.c index e2795d7b3a..f14a87a91f 100644 --- a/src/ui/syntax-gen.c +++ b/src/ui/syntax-gen.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2008, 2010, 2011, 2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,6 +32,7 @@ #include "libpspp/str.h" #include "libpspp/misc.h" +#include "gl/c-ctype.h" #include "gl/ftoastr.h" /* Appends to OUTPUT a pair of hex digits for each byte in IN. */