]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-missing-include.patch
- use mv in triggers
[packages/poldek.git] / poldek-missing-include.patch
CommitLineData
1cf9975a
MB
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.195407 seconds and 4 git commands to generate.