summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-04-17 06:41:46 +0000
committerwlemb <wlemb>2004-04-17 06:41:46 +0000
commit3f3dc53655e90cb788123a78b30e000312f0ed02 (patch)
tree15f862d2220e60fddbd95e94ad8014e09bf51f55 /src/utils
parent6e94b108a6454ceef64dce83d4055d9cc8740fca (diff)
downloadgroff-3f3dc53655e90cb788123a78b30e000312f0ed02.tar.gz
* src/devices/grolbp/lbp.h, src/preproc/grn/gprint.h,
src/preproc/grn/hgraph.cpp, src/preproc/grn/hpoint.cpp, src/preproc/html/pushback.cpp, src/preproc/html/pushback.h: Use `double' instead of `float' everywhere. * src/preproc/grn/main.cpp: Use `double' instead of `float' everywhere. (main): Add return value. * src/preproc/grn/hdb.cpp: Use `double' instead of `float' everywhere. Update all user functions. * src/include/search.h, src/include/ptable.h, src/include/printer.h, src/preproc/eqn/box.h, src/preproc/pic/object.h, src/preproc/refer/refer.h, src/preproc/tbl/table.h, src/preproc/tbl/table.cpp, src/roff/troff/env.h, src/roff/troff/div.h, src/roff/troff/token.h, src/roff/troff/node.h, src/roff/troff/input.cpp, src/roff/troff/request.h, src/roff/troff/node.cpp: Don't mix `struct' and `class' in forward declarations. * src/utils/indxbib/signal.c: Include stdlib.h.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/indxbib/signal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/indxbib/signal.c b/src/utils/indxbib/signal.c
index a8ab257f..f5a12092 100644
--- a/src/utils/indxbib/signal.c
+++ b/src/utils/indxbib/signal.c
@@ -20,6 +20,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Unfortunately vendors seem to have problems writing a <signal.h>
that is correct for C++, so we implement all signal handling in C. */
+#include <stdlib.h>
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif