Skip to content

Commit ca9c597

Browse files
committed
Fix windows compilation
Signed-off-by: Bob Weinand <[email protected]>
1 parent 232cf5e commit ca9c597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/ddtrace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#ifndef DDTRACE_H
22
#define DDTRACE_H
3-
#include <components-rs/common.h>
43
#ifdef HAVE_CONFIG_H
54
#include "config.h"
65
#endif
76
#include <Zend/zend_types.h>
87
#include <stdbool.h>
98
#include <stdint.h>
9+
#include <components-rs/common.h>
1010
#include <components-rs/ddtrace.h>
1111
#include <components/sapi/sapi.h>
1212

0 commit comments

Comments
 (0)