mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-05 12:30:44 +02:00
2007-08-30 Dan Williams <dcbw@redhat.com>
* libnm-util/sha1.c - Include config.h to get defines for endiannes (gnome.org #420216) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2753 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
53c23a2144
commit
05add38724
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-08-30 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* libnm-util/sha1.c
|
||||
- Include config.h to get defines for endiannes (gnome.org #420216)
|
||||
|
||||
2007-08-30 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Patch from Philip Withnall <bugzilla@tecnocode.co.uk>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@
|
|||
* See README and COPYING for more details.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue