mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
misc: Include stdio.h for snprintf.
This commit is contained in:
parent
061fa6cc1b
commit
df2a04b4ab
@ -27,6 +27,7 @@
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user