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:
Dan Williams 2007-08-30 14:07:22 +00:00
parent 53c23a2144
commit 05add38724
2 changed files with 9 additions and 0 deletions

View file

@ -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>

View file

@ -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>