From 08e28b8f52da5f5fa028346f8c4495ebaede9892 Mon Sep 17 00:00:00 2001 From: Axel CHEMIN Date: Thu, 5 Nov 2020 15:17:18 +0100 Subject: [PATCH] Correction include, ajout main() --- src/GetUsbInfos.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/GetUsbInfos.c b/src/GetUsbInfos.c index bf76579..7cdee8b 100644 --- a/src/GetUsbInfos.c +++ b/src/GetUsbInfos.c @@ -1,6 +1,9 @@ #include -#include +#include +int main(){ + return 0; +} -- libgit2 0.21.2