~ubuntu-branches/ubuntu/trusty/zoneminder/trusty

« back to all changes in this revision

Viewing changes to src/zm_thread.h

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2012-05-13 17:02:21 UTC
  • mfrom: (15.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120513170221-1ywdwo2eavhda0cn
Tags: 1.25.0-1.1
* Non-maintainer upload.
* Fix "ftbfs with GCC-4.7": add patch Fix-FTBFS-with-gcc-4.7 from Cyril
  Brulebois: fix missing <unistd.h> includes.
  (Closes: #667428)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define ZM_THREAD_H
22
22
 
23
23
#include <pthread.h>
 
24
#include <unistd.h>
24
25
#include "zm_exception.h"
25
26
#include "zm_utils.h"
26
27