mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
misc: Include stdio.h for snprintf.
This commit is contained in:
parent
061fa6cc1b
commit
df2a04b4ab
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue