]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-missing-include.patch
th-2014 snap does not exist for x32 yet
[packages/poldek.git] / poldek-missing-include.patch
1 --- a/trurlib/nmalloc.c
2 +++ b/trurlib/nmalloc.c
3 @@ -18,9 +18,10 @@
4     Boston, MA 02111-1307, USA.
5   */
6  
7 -/*
8 -   $Id$
9 - */
10 +#if HAVE_CONFIG_H
11 +# include "config.h"
12 +#endif
13 +
14  #include <stddef.h>
15  #include <stdio.h>
16  #include <stdlib.h>
This page took 0.039341 seconds and 3 git commands to generate.