Skip to content

Commit 9694376

Browse files
committed
Add include guard
1 parent cf0f6e4 commit 9694376

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ext/opcache/jit/tls/zend_jit_tls.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
* +----------------------------------------------------------------------+
1717
*/
1818

19+
#ifndef ZEND_JIT_TLS_H
20+
#define ZEND_JIT_TLS_H
21+
1922
#include "Zend/zend_types.h"
2023

2124
#include <stdint.h>
@@ -33,3 +36,5 @@ void *zend_jit_tsrm_ls_cache_address(
3336
size_t module_index,
3437
size_t module_offset
3538
);
39+
40+
#endif /* ZEND_JIT_TLS_H */

0 commit comments

Comments
 (0)