~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libtest/wait.h

  • Committer: Continuous Integration
  • Date: 2013-01-10 04:21:22 UTC
  • mfrom: (1127.1.9 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20130110042122-pm2l3pgkgvhvol6e
Merge lp:~tangent-org/libmemcached/1.0-build/ Build: jenkins-Libmemcached-190

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
#include <unistd.h>
40
40
#include <string>
41
 
#include <signal.h>
 
41
#include <csignal>
42
42
 
 
43
#include <sys/types.h>
43
44
#include <libtest/dream.h>
44
45
 
45
46
namespace libtest {