Skip to content

Commit

Permalink
network: prevent redefinition error when building with musl libc (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
EarldridgeJazzedPineda authored Nov 3, 2024
1 parent 84c1c58 commit 66b3355
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions panels/network/wireless-security/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
* Copyright 2007 - 2015 Red Hat, Inc.
*/

#include "nm-default.h"

#include <string.h>
#include <netinet/ether.h>

#include "nm-default.h"
#include "utils.h"

/**
Expand Down

0 comments on commit 66b3355

Please sign in to comment.