firmware-utils: fix various compiler warnings
mostly implicit defines due to missing includes plus one const that shouldn't be one. Signed-off-by: Felix Kaechele <felix@kaechele.ca> SVN-Revision: 47865
This commit is contained in:
@@ -7,12 +7,14 @@
|
||||
*
|
||||
* Author: Sandeep Mistry
|
||||
*/
|
||||
#include <arpa/inet.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "cyg_crc.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user