11 lines
284 B
Diff
11 lines
284 B
Diff
--- src/extras/mdbsupport.c.orig 2007-05-13 11:55:43.000000000 +0200
|
|
+++ src/extras/mdbsupport.c 2007-05-13 11:55:57.000000000 +0200
|
|
@@ -1,6 +1,7 @@
|
|
/* support routines for code generated by the util programs */
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
|
|
void dump_int (int i)
|
|
{
|