Merge pull request #132 from Korkman/master

Small fix for several Linux compilers
This commit is contained in:
kanjitalk755 2022-06-04 15:17:49 +09:00 committed by GitHub
commit 41648c23c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@
#include <net/if.h>
#include <net/if_arp.h>
#include <cerrno>
#ifdef HAVE_GNOMEUI
#include <gnome.h>
#endif

View File

@ -29,6 +29,8 @@
#include <net/if.h>
#include <net/if_arp.h>
#include <cerrno>
#include "user_strings.h"
#include "version.h"
#include "cdrom.h"