~brianaker/libmemcached/1251482

« back to all changes in this revision

Viewing changes to libtest/main.cc

  • Committer: Continuous Integration
  • Date: 2013-10-10 08:07:55 UTC
  • mfrom: (1166.1.3 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20131010080755-t4keifqfkq6v71jf
Merge lp:~brianaker/libmemcached/1220229 Build: jenkins-Libmemcached-362

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *
3
3
 *  Data Differential YATL (i.e. libtest)  library
4
4
 *
5
 
 *  Copyright (C) 2012 Data Differential, http://datadifferential.com/
 
5
 *  Copyright (C) 2012-2013 Data Differential, http://datadifferential.com/
6
6
 *
7
7
 *  Redistribution and use in source and binary forms, with or without
8
8
 *  modification, are permitted provided that the following conditions are
43
43
#include <ctime>
44
44
#include <fnmatch.h>
45
45
#include <iostream>
 
46
#ifdef HAVE_STRINGS_H
 
47
# include <strings.h>
 
48
#endif
46
49
#include <fstream>
47
50
#include <memory>
48
51
#include <sys/stat.h>