Ignore:
Timestamp:
18/04/2008 21:32:04 (4 years ago)
Author:
chris
Message:

Additional #includes, thanks to the T2 Project
( http://www.t2-project.org/packages/boxbackup.html)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbstoreaccounts/bbstoreaccounts.cpp

    r2139 r2149  
    1010#include "Box.h" 
    1111 
     12#include <limits.h> 
     13#include <stdio.h> 
     14#include <string.h> 
    1215#include <unistd.h> 
    13 #include <stdio.h> 
     16 
    1417#include <sys/types.h> 
    15 #include <limits.h> 
    1618 
    1719#include <algorithm> 
Note: See TracChangeset for help on using the changeset viewer.