Home | History | Annotate | Download | only in patches
      1 Index: tdbsa/tdbtool.c
      2 ===================================================================
      3 --- tdbsa.orig/tdbtool.c
      4 +++ tdbsa/tdbtool.c
      5 @@ -21,10 +21,21 @@
      6     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
      7  */
      8  
      9 -#include "replace.h"
     10 -#include "system/locale.h"
     11 -#include "system/time.h"
     12 -#include "system/filesys.h"
     13 +#include <errno.h>
     14 +#include <stdlib.h>
     15 +#include <stdio.h>
     16 +#include <fcntl.h>
     17 +#include <unistd.h>
     18 +#include <string.h>
     19 +#include <fcntl.h>
     20 +#include <time.h>
     21 +#include <sys/mman.h>
     22 +#include <sys/stat.h>
     23 +#include <sys/time.h>
     24 +#include <ctype.h>
     25 +#include <signal.h>
     26 +#include <stdarg.h>
     27 +
     28  #include "tdb.h"
     29  
     30  static int do_command(void);
     31