aboutsummaryrefslogtreecommitdiff
path: root/nfsmount.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-14 06:19:41 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-14 06:19:41 +0000
commite7413a9cde8da7a54349a0641d0b1e7cbc0e290a (patch)
treede65d104a5ec0715d77663f9a4478d9e6ec20b58 /nfsmount.c
parentd537a95fdbc0b4a5f38edea8593b4c085fdd7fcb (diff)
downloadbusybox-e7413a9cde8da7a54349a0641d0b1e7cbc0e290a.tar.gz
A couple of minor warning cleanups.
-Erik
Diffstat (limited to 'nfsmount.c')
-rw-r--r--nfsmount.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nfsmount.c b/nfsmount.c
index ad0b5842d..5c29b5f6b 100644
--- a/nfsmount.c
+++ b/nfsmount.c
@@ -33,6 +33,9 @@
* nfsmount.c,v 1.1.1.1 1993/11/18 08:40:51 jrs Exp
*/
+#include "internal.h"
+#undef FALSE
+#undef TRUE
#include <unistd.h>
#include <stdio.h>
#include <string.h>