Skip to content
Snippets Groups Projects
Commit 25354171 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

lib/conf: include torint.h in files that use it.

This frees us from some dependencies on include order.
parent 8d4b4aa9
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@
#undef CONF_CONTEXT
#include "lib/cc/tokpaste.h"
#include "lib/cc/torint.h"
/**
* Begin the definition of a configuration object called `name`.
......
......@@ -12,6 +12,8 @@
#ifndef TOR_LIB_CONF_CONFTESTING_H
#define TOR_LIB_CONF_CONFTESTING_H
#include "lib/cc/torint.h"
#ifndef COCCI
#ifdef TOR_UNIT_TESTS
#define USE_CONF_TESTING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment