mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
Fix compiler warning in imximage.c due to getline prototype
imximage.c: In function 'imximage_parse_cfg_file': imximage.c:142: warning: implicit declaration of function 'getline' Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
797312a15e
commit
249d4dec69
@ -25,6 +25,9 @@
|
|||||||
* MA 02111-1307 USA
|
* MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Required to obtain the getline prototype from stdio.h */
|
||||||
|
#define _GNU_SOURCE
|
||||||
|
|
||||||
#include "mkimage.h"
|
#include "mkimage.h"
|
||||||
#include <image.h>
|
#include <image.h>
|
||||||
#include "imximage.h"
|
#include "imximage.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user