10 lines
360 B
Diff
10 lines
360 B
Diff
diff -Naur konforka-0.0/lib/exception.cc konforka-0.0.patched//lib/exception.cc
|
|
--- konforka-0.0/lib/exception.cc 2005-01-18 17:23:46.000000000 -0500
|
|
+++ konforka-0.0.patched//lib/exception.cc 2012-08-23 14:14:12.000000000 -0400
|
|
@@ -1,3 +1,5 @@
|
|
+#include <stdio.h>
|
|
+#include <stdarg.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
#include "konforka/exception.h"
|