1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Debian QA Group <packages@qa.debian.org>
Date: Mon, 17 Jul 2023 16:09:27 +0200
Subject: _unicode_includes
===================================================================
---
iodbcinst/unicode.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/iodbcinst/unicode.h b/iodbcinst/unicode.h
index 5effe88..49e7844 100644
--- a/iodbcinst/unicode.h
+++ b/iodbcinst/unicode.h
@@ -76,6 +76,7 @@
#ifndef _UNICODE_H
#define _UNICODE_H
+#include <iodbc.h>
#include <iodbc.h>
#include <iodbcext.h>
|