Skip to content

Commit 6709fbc

Browse files
committed
common.h: Put an #ifdef guard around it
Oops, forgot to do this! Signed-off-by: Andrew Clayton <[email protected]>
1 parent d30bfaf commit 6709fbc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common.h

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
* See GPLv2 & LGPLv2.1 in the source tree.
1010
*/
1111

12+
#ifndef _COMMON_H_
13+
#define _COMMON_H_
14+
1215
#include "short_types.h"
1316

1417
extern void mac_to_eui64(const char *mac, u8 *buf);
18+
19+
#endif /* _COMMON_H_ */

0 commit comments

Comments
 (0)