Use consisten header guard, prefixed with UC_
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _THREADQUEUE_H_
|
||||
#define _THREADQUEUE_H_ 1
|
||||
#ifndef UC_THREADQUEUE_H_
|
||||
#define UC_THREADQUEUE_H_
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user