blob: bc07c2129cbee54eadd942663a9f64df30074cf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-bb,v 1.3 2005/03/25 17:40:25 wennmach Exp $
Make ss.c find com_err.h on NetBSD.
--- lib/sl/ss.c.orig 2005-03-22 10:57:30.000000000 +0100
+++ lib/sl/ss.c 2005-03-22 10:58:37.000000000 +0100
@@ -36,6 +36,8 @@
#include <com_err.h>
#elif defined(HAVE_ET_COM_ERR_H)
#include <et/com_err.h>
+#elif defined(HAVE_KRB5_COM_ERR_H)
+#include <krb5/com_err.h>
#endif
#include "ss.h"
|