Просмотр исходного кода

Fixed glibc2.1 compile
Author: jgg
Date: 1999-02-11 00:03:07 GMT
Fixed glibc2.1 compile

Arch Librarian лет назад: 22
Родитель
Сommit
cdb970c742
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      cmdline/apt-cache.cc

+ 2 - 1
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>
 									/*}}}*/