blob: 9b8fa0bb71a10d3aeacd810597a526559e25208b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- drivers/main.h.orig 2020-11-13 23:48:39.471828000 -0800
+++ drivers/main.h 2020-11-13 23:49:42.830476000 -0800
@@ -1,6 +1,7 @@
#ifndef MAIN_H
#define MAIN_H
+#include <sys/errno.h>
#include "common.h"
#include "upsconf.h"
#include "dstate.h"
|