c6ce1c0b39
- Use autoreconf - Add pango dependency - Remove obsoleted master site - Add patches to avoid malloc.h include PR: 234081 Submitted by: ManFree <roman_romul at mail.ru>
10 lines
317 B
C
10 lines
317 B
C
--- src/common/list.c.orig 2019-08-08 12:43:30 UTC
|
|
+++ src/common/list.c
|
|
@@ -16,7 +16,6 @@
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
****************************************************************************/
|
|
#include <stdlib.h>
|
|
-#include <malloc.h>
|
|
#include "misc.h"
|
|
#include "list.h"
|
|
|