Skip to content

Commit 1acd103

Browse files
committed
Linux build failure fix
1 parent 4446b93 commit 1acd103

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/mfg.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
#include <stdio.h>
5757
#include <string.h>
5858
#include <openssl/sha.h>
59+
#ifndef _WIN32
60+
#include <arpa/inet.h>
61+
#endif
5962
#include <iconv.h>
6063

6164
#include "lib/crc.h"

0 commit comments

Comments
 (0)