Skip to content

Commit

Permalink
add unistd.h to fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
connortechnology committed Apr 29, 2013
1 parent 6db183a commit 0967797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zm_thread.h
Expand Up @@ -21,6 +21,7 @@
#define ZM_THREAD_H

#include <pthread.h>
#include <unistd.h>
#include "zm_exception.h"
#include "zm_utils.h"

Expand Down

0 comments on commit 0967797

Please sign in to comment.