diff options
author | Martin Mares <mj@ucw.cz> | 1999-10-29 14:10:10 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-10-29 14:10:10 +0200 |
commit | 7d3aab1c1643e8b2bcff7f856e0d4455fa0ba4b4 (patch) | |
tree | 8e2e7d110338803c8f81f7deab2ddb03f19d2bce /sysdep/unix/client-main.c | |
parent | b93abffae4ad5767625b35c9a09513e9d27a5256 (diff) | |
download | bird-7d3aab1c1643e8b2bcff7f856e0d4455fa0ba4b4.tar bird-7d3aab1c1643e8b2bcff7f856e0d4455fa0ba4b4.zip |
First steps of the Command Line Interface: I/O routines.
Diffstat (limited to 'sysdep/unix/client-main.c')
-rw-r--r-- | sysdep/unix/client-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/client-main.c b/sysdep/unix/client-main.c index da01e21..01a7986 100644 --- a/sysdep/unix/client-main.c +++ b/sysdep/unix/client-main.c @@ -12,6 +12,7 @@ #include <unistd.h> #include "nest/bird.h" +#include "lib/resource.h" /* For dmalloc */ #include "client/client.h" #include "unix.h" |