Skip to content

Commit d04e6dd

Browse files
committed
Add #include guards around bridging header
1 parent 52ebe09 commit d04e6dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
#ifndef C_BRIDGING_HEADER_H
2+
#define C_BRIDGING_HEADER_H
3+
14
#include "ctypes.h"
25
#include "macros.h"
36

47
typedef struct {
58
double x, y;
69
} MyPoint;
10+
11+
#endif

0 commit comments

Comments
 (0)