1
0
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:
Nikolas Garofil 2010-11-12 18:21:58 +01:00
parent e918ea4655
commit 561e1ea75d

View File

@ -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 */