e: fix build with uClibc.

Patch by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>.


SVN revision: 82312
This commit is contained in:
Cedric BAIL 2013-01-07 01:14:25 +00:00
parent 5598d4a709
commit 53f7a9ddbd
3 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,13 @@
2013-01-07 Thomas Petazzoni
* Fix build with uClibc.
2013-01-04 Lucas Jóia
* Added bluez4 module: control bluetoothd daemon
2013-01-03 Lucas Jóia
* Added appmenu module: show application menu in shelf
2013-01-03 José Roberto de Souza

1
NEWS
View File

@ -55,3 +55,4 @@ Fixes:
windows don't fail to raise as expected if user has configured
E to ignore activate hints
* Fix restarting E17 after manually monitoring it.
* Fix build with uClibc.

View File

@ -92,7 +92,7 @@ void *alloca (size_t);
# include <memcheck.h>
# endif
# ifdef __GLIBC__
# ifdef HAVE_EXECINFO_H
# include <execinfo.h>
# endif