summaryrefslogtreecommitdiff
path: root/trans/hello-mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'trans/hello-mt.c')
-rw-r--r--trans/hello-mt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/trans/hello-mt.c b/trans/hello-mt.c
index f0d78614..83278e1b 100644
--- a/trans/hello-mt.c
+++ b/trans/hello-mt.c
@@ -1,5 +1,5 @@
/* hello-mt.c - A trivial single-file translator, multithreaded version
- Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2001 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
@@ -19,6 +19,7 @@
#include <hurd/trivfs.h>
#include <stdio.h>
+#include <stdlib.h>
#include <argp.h>
#include <argz.h>
#include <error.h>