commit | a395a771a9fe018adc20c4d6ac3417d7c2ce8c08 | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Tue Mar 19 14:28:53 2019 -0700 |
committer | Johnathan Mantey <johnathanx.mantey@intel.com> | Tue Mar 19 14:30:19 2019 -0700 |
tree | 41dd8ab7ebb3ab20d15b048509c6e3bd100cbb72 | |
parent | f9c8f6ca864a44c78daa0e5c79896d1c7fd4ad07 [diff] [blame] |
Fix a recursive header include The test-config-parse-logfile test case recursively includes console-server.h. Change-Id: I699ba24ece8671a0529cae3e25e258db811d33f5 Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
diff --git a/console-server.h b/console-server.h index 9bb12ba..cac88d1 100644 --- a/console-server.h +++ b/console-server.h
@@ -14,6 +14,8 @@ * limitations under the License. */ +#pragma once + #include <poll.h> #include <stdbool.h> #include <stdint.h>