diff --git a/ChangeLog b/ChangeLog index 218a234ca..60c090847 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index 2a02dd7b7..cb9db0970 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/src/bin/e.h b/src/bin/e.h index cf196299b..de1c7a95b 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -92,7 +92,7 @@ void *alloca (size_t); # include # endif -# ifdef __GLIBC__ +# ifdef HAVE_EXECINFO_H # include # endif