Skip to content

Commit 55be3aa

Browse files
committed
#include <assert.h> explicitly.
It turns out that atomic_ops.h was pulling in assert.h for us.
1 parent b1069f7 commit 55be3aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/moar.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <stddef.h>
1717
#include <stdlib.h>
1818
#include <string.h>
19+
#include <assert.h>
1920

2021
/* Standard integer types. */
2122
#include <platform/inttypes.h>

0 commit comments

Comments
 (0)