Fix compiler warnings from missing includes

pull/29/head
Karl Palsson 2011-10-12 19:57:54 +00:00
rodzic 921b32cf58
commit 75e544a724
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -6,6 +6,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <scsi/sg_lib.h>
#include <scsi/sg_pt.h>
#include "stlink-common.h"
int main(int argc, char *argv[]) {