12 lines
212 B
Text
12 lines
212 B
Text
|
Index: trackdb/FormatConverter.cc
|
||
|
--- trackdb/FormatConverter.cc.orig
|
||
|
+++ trackdb/FormatConverter.cc
|
||
|
@@ -18,6 +18,7 @@
|
||
|
*/
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
+#include <string.h>
|
||
|
#ifdef HAVE_AO
|
||
|
#include <ao/ao.h>
|
||
|
#endif
|