mirror of
https://github.com/php/php-src.git
synced 2025-01-19 02:03:47 +08:00
Zend/zend_bitset: include cleanup
This commit is contained in:
parent
623e2e9fc6
commit
46371f4eb3
@ -19,6 +19,13 @@
|
||||
#ifndef _ZEND_BITSET_H_
|
||||
#define _ZEND_BITSET_H_
|
||||
|
||||
#include "zend_portability.h" // for zend_always_inline
|
||||
|
||||
#include "zend_long.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
typedef zend_ulong *zend_bitset;
|
||||
|
||||
#define ZEND_BITSET_ELM_SIZE sizeof(zend_ulong)
|
||||
|
Loading…
Reference in New Issue
Block a user