mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Closes: https://bugs.gentoo.org/686556 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12082 Signed-off-by: Michał Górny <mgorny@gentoo.org>
21 lines
472 B
Diff
21 lines
472 B
Diff
Index: test-v24.c
|
|
===================================================================
|
|
RCS file: /cvsroot/ezv24/libezv24/test-v24.c,v
|
|
retrieving revision 1.2
|
|
retrieving revision 1.3
|
|
diff -u -p -r1.2 -r1.3
|
|
--- a/test-v24.c 11 Feb 2003 13:29:43 -0000 1.2
|
|
+++ b/test-v24.c 13 Oct 2003 07:50:26 -0000 1.3
|
|
@@ -30,7 +33,11 @@
|
|
#include <string.h>
|
|
#include <signal.h>
|
|
|
|
+#ifdef UNINSTALLED
|
|
+#include "ezV24.h"
|
|
+#else
|
|
#include <ezV24/ezV24.h>
|
|
+#endif
|
|
|
|
#define __TEST_V24_C__
|
|
|