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
673 B
30 lines
673 B
8 years ago
|
From dfd64ddb0c6c14ed01665ed2317c86d66d08362c Mon Sep 17 00:00:00 2001
|
||
9 years ago
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||
8 years ago
|
Date: Thu, 8 Dec 2016 09:41:45 +0100
|
||
9 years ago
|
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
|
||
8 years ago
|
index 2dc62d2..704a3ad 100644
|
||
9 years ago
|
--- a/XS.xs
|
||
|
+++ b/XS.xs
|
||
8 years ago
|
@@ -11,7 +11,7 @@
|
||
|
#include <inttypes.h>
|
||
9 years ago
|
|
||
|
#define ECB_NO_THREADS 1
|
||
|
-#include "ecb.h"
|
||
|
+#include <ecb.h>
|
||
|
|
||
|
// compatibility with perl <5.18
|
||
|
#ifndef HvNAMELEN_get
|
||
|
--
|
||
8 years ago
|
2.7.4
|
||
9 years ago
|
|