Skip to content

Commit 22b7fdb

Browse files
author
Martin Köditz
committed
stdbool.h was missing to complete compiling.
1 parent 8ce7268 commit 22b7fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interbase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include "php_interbase.h"
4343
#include "php_ibase_includes.h"
4444
#include "SAPI.h"
45-
45+
#include <stdbool.h>
4646
#include <time.h>
4747

4848
#define ROLLBACK 0

0 commit comments

Comments
 (0)