Skip to content

Commit

Permalink
#include <assert.h> explicitly.
Browse files Browse the repository at this point in the history
It turns out that atomic_ops.h was pulling in assert.h for us.
  • Loading branch information
nwc10 committed Jan 7, 2022
1 parent b1069f7 commit 55be3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/moar.h
Expand Up @@ -16,6 +16,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>

/* Standard integer types. */
#include <platform/inttypes.h>
Expand Down

0 comments on commit 55be3aa

Please sign in to comment.