Skip to content

Commit

Permalink
Attempt to fix previous commit for non-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Oct 10, 2024
1 parent 0a9220b commit fa7104c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/m_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
#include "i_system.h"
#include "m_config.h"
#include "m_misc.h"
#include "w_file.h"

#if defined(__APPLE__)
#import <Cocoa/Cocoa.h>
Expand Down
1 change: 1 addition & 0 deletions src/md5.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/

#include <stdio.h>
#include <string.h>

#include "m_misc.h"
#include "md5.h"
Expand Down

0 comments on commit fa7104c

Please sign in to comment.