add header guards
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#ifndef __NICKEL_LOG_H_
|
||||
#define __NICKEL_LOG_H_
|
||||
|
||||
#endif /* __NICKEL_LOG_H_ */
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
#ifndef __NICKEL_LOG_H_
|
||||
#define __NICKEL_LOG_H_
|
||||
|
||||
#endif /* __NICKEL_LOG_H_ */
|
||||