summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/client-main.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-10-29 14:10:10 +0200
committerMartin Mares <mj@ucw.cz>1999-10-29 14:10:10 +0200
commit7d3aab1c1643e8b2bcff7f856e0d4455fa0ba4b4 (patch)
tree8e2e7d110338803c8f81f7deab2ddb03f19d2bce /sysdep/unix/client-main.c
parentb93abffae4ad5767625b35c9a09513e9d27a5256 (diff)
downloadbird-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.c1
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"