Skip to content

Commit

Permalink
Fix build again
Browse files Browse the repository at this point in the history
Stupid stddef.h which is not needed in windows but is required everywhere else...
  • Loading branch information
crudelios committed Mar 20, 2024
1 parent a63a3d8 commit 51ad904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/campaign/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "zip/zip.h"

#include <stddef.h>

#define CUSTOM_CAMPAIGN_PREFIX_SIZE sizeof(CUSTOM_CAMPAIGN_DIR_NAME "/")

static struct {
Expand Down

0 comments on commit 51ad904

Please sign in to comment.