mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
Fix missing SCNu16 (Thanks pavelo)
This commit is contained in:
parent
e918ea4655
commit
561e1ea75d
@ -31,6 +31,8 @@
|
||||
#ifndef _conky_h_
|
||||
#define _conky_h_
|
||||
|
||||
#define __STDC_FORMAT_MACROS
|
||||
|
||||
#include <config.h> /* defines */
|
||||
#include "common.h" /* at least for struct dns_data */
|
||||
#include <sys/utsname.h> /* struct uname_s */
|
||||
|
Loading…
Reference in New Issue
Block a user