summaryrefslogtreecommitdiff
path: root/trans/magic.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-02-26 04:16:01 +0000
committerRoland McGrath <roland@gnu.org>2001-02-26 04:16:01 +0000
commit43dc903ebfb710ea2e7844859d9c722b81e71799 (patch)
treeaad36af3ade5b690f0fc720f833620025cc57a11 /trans/magic.c
parented7c279a06c09c49c5b9d41af284a162f94838cb (diff)
2001-02-25 Roland McGrath <roland@frob.com>
* symlink.c: Include <string.h> for decls of built-ins. * firmlink.c: Include <stdlib.h> for exit decl. * ifsock.c: Likewise. * null.c: Likewise. * magic.c: Likewise. * fifo.c: Likewise. * hello.c: Likewise. * hello-mt.c: Likewise.
Diffstat (limited to 'trans/magic.c')
-rw-r--r--trans/magic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/trans/magic.c b/trans/magic.c
index 670b6f41..824bd5bd 100644
--- a/trans/magic.c
+++ b/trans/magic.c
@@ -1,6 +1,6 @@
/* A translator for returning FS_RETRY_MAGIC strings.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 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
@@ -23,6 +23,7 @@
#include <version.h>
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h>
#include <error.h>