diff options
Diffstat (limited to 'src/generic/md5.hpp')
-rw-r--r-- | src/generic/md5.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generic/md5.hpp b/src/generic/md5.hpp index 8b1c6ad..071c08b 100644 --- a/src/generic/md5.hpp +++ b/src/generic/md5.hpp @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -# include "../sanity.hpp" +# include "fwd.hpp" # include <netinet/in.h> |