Skip to content

Commit

Permalink
Hopefully definitely fix this
Browse files Browse the repository at this point in the history
I tested on Linux now.
  • Loading branch information
crudelios committed Mar 20, 2024
1 parent 51ad904 commit f82b344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/campaign/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

#include "zip/zip.h"

#include <stddef.h>

#define CUSTOM_CAMPAIGN_PREFIX_SIZE sizeof(CUSTOM_CAMPAIGN_DIR_NAME "/")

static struct {
Expand Down
2 changes: 1 addition & 1 deletion src/campaign/file.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef CAMPAIGN_FILE_H
#define CAMPAIGN_FILE_H

#include <stdint.h>
#include <stddef.h>

int campaign_file_exists(const char *file);
void *campaign_file_load(const char *file, size_t *length);
Expand Down

0 comments on commit f82b344

Please sign in to comment.