mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-23 07:30:40 +02:00
Fix typo.
This commit is contained in:
parent
ce499699bc
commit
9c6db22935
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
--- glib-1.2.8/gstrfuncs.c 2000-04-17 17:05:16.000000000 +0200
|
||||
+++ glib-1.2.8/gstrfuncs.c.new 2005-04-02 16:39:10.627002672 +0200
|
||||
@@ -38,10 +38,10 @@
|
||||
@@ -38,9 +38,10 @@
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
#include <ctype.h> /* For tolower() */
|
||||
#if !defined (HAVE_STRSIGNAL) || !defined(NO_SYS_SIGLIST_DECL)
|
||||
#define _GNU_SOURCE
|
||||
+#define _GNU_SOURCE
|
||||
#include <signal.h>
|
||||
#endif
|
||||
#include "glib.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue