merge fix-implicit-function-declaration.patch
This commit is contained in:
parent
9934316ec3
commit
2eeb803d8d
|
@ -1,3 +1,10 @@
|
|||
libkysdk-base (2.2.0.1-1.1) unstable; urgency=medium
|
||||
|
||||
* Non-maintainer upload.
|
||||
* Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066656).
|
||||
|
||||
-- Andrey Rakhmatullin <wrar@debian.org> Sat, 30 Mar 2024 12:44:02 +0500
|
||||
|
||||
libkysdk-base (2.2.0.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
|
||||
#include "libkyconf.h"
|
||||
#include "structparse.h"
|
||||
#include "jsonparse.h"
|
||||
#include "gsettingsparse.h"
|
||||
#include "xmlparse.h"
|
||||
#include <kerr.h>
|
||||
#include <fcntl.h>
|
||||
#include <pthread.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static int verify_file(char *pFileName)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue