39 lines
782 B
Diff
39 lines
782 B
Diff
From 65ed89fedb34278d5b86777ca402f7194cf0809e Mon Sep 17 00:00:00 2001
|
|
From: Andrea Brancaleoni <miwaxe@gmail.com>
|
|
Date: Mon, 24 Aug 2015 02:42:40 +0200
|
|
Subject: [PATCH] musl
|
|
|
|
---
|
|
lib/bin-common/run.h | 2 ++
|
|
lib/sbuild/auth/pam.cc | 1 +
|
|
2 files changed, 3 insertions(+)
|
|
|
|
diff --git lib/bin-common/run.h lib/bin-common/run.h
|
|
index 2bb9762..cce630d 100644
|
|
--- lib/bin-common/run.h
|
|
+++ lib/bin-common/run.h
|
|
@@ -29,6 +29,8 @@
|
|
#include <iostream>
|
|
#include <string>
|
|
|
|
+#include <libintl.h>
|
|
+
|
|
namespace bin_common
|
|
{
|
|
|
|
diff --git lib/sbuild/auth/pam.cc lib/sbuild/auth/pam.cc
|
|
index 84663c2..feda6f0 100644
|
|
--- lib/sbuild/auth/pam.cc
|
|
+++ lib/sbuild/auth/pam.cc
|
|
@@ -30,6 +30,7 @@
|
|
#include <sstream>
|
|
|
|
#include <syslog.h>
|
|
+#include <libintl.h>
|
|
|
|
#include <boost/format.hpp>
|
|
|
|
--
|
|
2.5.0
|
|
|