all repos — fluxbox @ 60379c34a9fe793e4cd4cd3c9c6b608f77f016ed

custom fork of the fluxbox windowmanager

gnu
fluxgen fluxgen
commit

60379c34a9fe793e4cd4cd3c9c6b608f77f016ed

parent

fde16eeea10b28f730d79e0f31b042ba955f7ed2

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M src/Font.ccsrc/Font.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -//$Id: Font.cc,v 1.8 2002/08/20 02:22:29 fluxgen Exp $ +//$Id: Font.cc,v 1.9 2002/08/20 15:19:25 fluxgen Exp $ #include "Font.hh"

@@ -33,11 +33,16 @@ #ifndef _GNU_SOURCE

#define _GNU_SOURCE #endif //_GNU_SOURCE +#ifndef __USE_GNU +#define __USE_GNU +#endif //__USE_GNU + #include <cstdarg> #include <iostream> #include <cassert> #include <string> #include <cstdio> +#include <string.h> #ifdef HAVE_SETLOCALE #include <locale.h>