mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 07:08:02 +02:00
* libnm-util/cipher-wep-passphrase.c: Include config.h to get HAVE_GCRYPT
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1767 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
8d78492fda
commit
61dae6e438
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@
|
||||||
* (C) Copyright 2005 Red Hat, Inc.
|
* (C) Copyright 2005 Red Hat, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <iwlib.h>
|
#include <iwlib.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue