mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
a3dd514d4d
Signed-off-by: Anatol Belski <ab@php.net>
11 lines
151 B
C
11 lines
151 B
C
#include "php.h"
|
|
#include "php_libmagic.h"
|
|
|
|
#ifndef HAVE_STDINT_H
|
|
#define HAVE_STDINT_H 1
|
|
#endif
|
|
|
|
#ifndef HAVE_STDINT_H
|
|
#define HAVE_STDINT_H 1
|
|
#endif
|