You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
671 B
30 lines
671 B
From 5f37da992f0c9ded881d22e607d77d89c57741a3 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
|
Date: Tue, 29 Sep 2015 10:13:05 +0200
|
|
Subject: [PATCH] Include ecb.h from system
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
|
---
|
|
XS.xs | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/XS.xs b/XS.xs
|
|
index 15bce1f..0af7c95 100644
|
|
--- a/XS.xs
|
|
+++ b/XS.xs
|
|
@@ -10,7 +10,7 @@
|
|
#include <float.h>
|
|
|
|
#define ECB_NO_THREADS 1
|
|
-#include "ecb.h"
|
|
+#include <ecb.h>
|
|
|
|
// compatibility with perl <5.18
|
|
#ifndef HvNAMELEN_get
|
|
--
|
|
2.4.3
|
|
|