[sysprof: 3/4] sysprof-dump: include <errno.h> where appropriate




commit 5311f9d80a598b961022d86f914de44d6649bf88
Author: John Ledbetter <john ledbetter gmail com>
Date:   Sat Aug 8 10:52:16 2020 -0400

    sysprof-dump: include <errno.h> where appropriate

 src/tools/sysprof-dump.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/tools/sysprof-dump.c b/src/tools/sysprof-dump.c
index cb85880d..2b3936a7 100644
--- a/src/tools/sysprof-dump.c
+++ b/src/tools/sysprof-dump.c
@@ -20,6 +20,7 @@
 
 #include "config.h"
 
+#include <errno.h>
 #include <glib.h>
 #include <stdio.h>
 #include <stdlib.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]