[vlc-commits] [Git][videolan/vlc][3.0.x] compat: missing #include, fix warning

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Sep 15 09:00:18 UTC 2025



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
760e42f0 by Rémi Denis-Courmont at 2025-09-15T08:37:39+00:00
compat: missing #include, fix warning

(cherry picked from commit fa48f95c8567a1babc1610b3a966961482119d9c)

- - - - -


1 changed file:

- compat/strverscmp.c


Changes:

=====================================
compat/strverscmp.c
=====================================
@@ -1,7 +1,7 @@
 /* Compare strings while treating digits characters numerically.
    Copyright (C) 1997, 2002, 2009 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jean-Franois Bignolles <bignolle at ecoledoc.ibp.fr>, 1997.
+   Contributed by Jean-François Bignolles <bignolle at ecoledoc.ibp.fr>, 1997.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -18,6 +18,10 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdint.h>
 #include <string.h>
 #include <ctype.h>



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/760e42f07aeff281e2652f15191fb8efd2997409

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/760e42f07aeff281e2652f15191fb8efd2997409
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list