Add include guard to fileext.h
Change-Id: I89b0e3bf0b15989727b5903b40bec92d49e122d9
This commit is contained in:
parent
790890fd5c
commit
9287223674
@ -29,6 +29,9 @@
|
||||
* $Citrus$
|
||||
*/
|
||||
|
||||
#ifndef _FILEEXT_H_
|
||||
#define _FILEEXT_H_
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
/*
|
||||
@ -59,3 +62,5 @@ do { \
|
||||
(f)->_ext._base = (unsigned char *)(fext); \
|
||||
_FILEEXT_INIT(f); \
|
||||
} while (0)
|
||||
|
||||
#endif /* _FILEEXT_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user