1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 09:44:04 +00:00

Fix build error for IBM/smapi support.

This commit is contained in:
Brenden Matthews 2010-01-02 10:39:45 -08:00
parent 9ba34190c7
commit 3ecf91ff9b

View File

@ -24,6 +24,7 @@
#define _GNU_SOURCE
#include "conky.h" /* text_buffer_size, PACKAGE_NAME, maybe more */
#include "smapi.h"
#include "temphelper.h"
#include "logging.h"
#include <stdio.h>
#include <string.h>