blob: 9dc44da626e2ee70c3feab7eca56c93ba1a36c57 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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"
|