mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
a952af625b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
360 B
Diff
9 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"
|