diff options
Diffstat (limited to 'src/mutex.h')
-rw-r--r-- | src/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mutex.h b/src/mutex.h index 1648c2f..ff96f2b 100644 --- a/src/mutex.h +++ b/src/mutex.h @@ -106,7 +106,7 @@ #ifndef GFLAGS_MUTEX_H_ #define GFLAGS_MUTEX_H_ -#include "gflags/gflags_declare.h" // to figure out pthreads support +#include "gflags_declare.h" // to figure out pthreads support #if defined(NO_THREADS) typedef int MutexType; // to keep a lock-count |