mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
lib: fix compile after include change.
Origin commit data
------------------
Commit: b04b3f270a
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
#include "libmd5sum.h"
|
||||
#include <sys/types.h>
|
||||
#include <error.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "md5.h"
|
||||
#include "getline.h"
|
||||
#include <sys/types.h>
|
||||
#include <error.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libmd5sum.h"
|
||||
#include "md5.h"
|
||||
#include "getline.h"
|
||||
|
||||
#define STREQ(a, b) (strcmp ((a), (b)) == 0)
|
||||
|
||||
static int have_read_stdin;
|
||||
|
Reference in New Issue
Block a user