blob: 7b05e468a93747a82a2bf20f0db94b71ea6ba12a [file] [log] [blame]
Patrick Williams520786c2023-06-25 16:20:36 -05001Upstream-Status: Pending
2
Patrick Williamsb48b7b42016-08-17 15:04:38 -05003Description: Fix FTBFS with gcc-4.7
4 Small header include change. This is borderlinde cosmetic, but still needed
5 to prevent the FTBFS.
6Author: Paul Tagliamonte <paultag@ubuntu.com>
7Origin: vendor
8Bug-Debian: http://bugs.debian.org/667418
9Last-Update: 2012-04-13
10
11--- wvstreams-4.6.1.orig/utils/wvuid.cc
12+++ wvstreams-4.6.1/utils/wvuid.cc
13@@ -33,6 +33,7 @@ wvuid_t wvgetuid()
14
15 #else // not WIN32
16
17+#include <unistd.h>
18
19 WvString wv_username_from_uid(wvuid_t uid)
20 {