Skip to content

Commit b1d4877

Browse files
MaxKellermannGirgias
authored andcommitted
Zend/zend_multiply: include cleanup
1 parent 94f9a20 commit b1d4877

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Zend/zend_multiply.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
+----------------------------------------------------------------------+
1818
*/
1919

20-
#include "zend_portability.h"
21-
2220
#ifndef ZEND_MULTIPLY_H
2321
#define ZEND_MULTIPLY_H
2422

23+
#include "zend_portability.h"
24+
#include "zend.h" // for zend_error_noreturn()
25+
2526
#if PHP_HAVE_BUILTIN_SMULL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG
2627

2728
#define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \

0 commit comments

Comments
 (0)