transform_procs.c: Add missing include file for prototype

Signed-off-by: Jaroslaw Pelczar <[email protected]>
Change-Id: I916842c5cb415759ebca8ae36e6dac3006daad0b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1783
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jaroslaw Pelczar
2019-08-30 14:15:09 +00:00
committed by waddlesplash
parent 0cc862ea3b
commit 42630943fd
@@ -17,6 +17,8 @@
#include "settings.h" #include "settings.h"
#include "strings.h" #include "strings.h"
#include <string.h>
#define UFI_COMMAND_LEN 12 #define UFI_COMMAND_LEN 12
#define ATAPI_COMMAND_LEN 12 #define ATAPI_COMMAND_LEN 12