~jaypipes/drizzle/bugs

« back to all changes in this revision

Viewing changes to plugin/archive/archive_test.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
 
#include "drizzled/global.h"
 
16
#include "config.h"
17
17
#include "azio.h"
18
18
#include <string.h>
19
19
#include <assert.h>
20
20
#include <stdio.h>
21
21
#include <string.h>
 
22
#include <fcntl.h>
 
23
#include <unistd.h>
 
24
#include <cstdlib>
22
25
#include <mysys/my_getopt.h>
23
26
 
24
27
#if TIME_WITH_SYS_TIME