summaryrefslogtreecommitdiff
path: root/radix.c
diff options
context:
space:
mode:
Diffstat (limited to 'radix.c')
-rw-r--r--radix.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/radix.c b/radix.c
index 3b149a82b..26b1ebe52 100644
--- a/radix.c
+++ b/radix.c
@@ -25,11 +25,13 @@
25#include "includes.h" 25#include "includes.h"
26#include "uuencode.h" 26#include "uuencode.h"
27 27
28RCSID("$OpenBSD: radix.c,v 1.15 2001/01/16 23:58:09 deraadt Exp $"); 28RCSID("$OpenBSD: radix.c,v 1.16 2001/06/23 15:12:19 itojun Exp $");
29 29
30#ifdef AFS 30#ifdef AFS
31#include <krb.h> 31#include <krb.h>
32 32
33#include <radix.h>
34
33typedef u_char my_u_char; 35typedef u_char my_u_char;
34typedef u_int my_u_int32_t; 36typedef u_int my_u_int32_t;
35typedef u_short my_u_short; 37typedef u_short my_u_short;