summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-cache.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc
index 26d96c860..502c29378 100644
--- a/cmdline/apt-cache.cc
+++ b/cmdline/apt-cache.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-cache.cc,v 1.24 1999/02/08 07:54:58 jgg Exp $
+// $Id: apt-cache.cc,v 1.25 1999/02/11 00:03:07 jgg Exp $
/* ######################################################################
apt-cache - Manages the cache files
@@ -26,6 +26,7 @@
#include <config.h>
#include <iostream.h>
+#include <unistd.h>
#include <errno.h>
/*}}}*/