mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
11 lines
186 B
Diff
11 lines
186 B
Diff
--- a/src/todoterm.cc
|
|
+++ b/src/todoterm.cc
|
|
@@ -2,6 +2,7 @@
|
|
#include "todoterm.h"
|
|
|
|
#ifdef USETERMCAP
|
|
+#include <cstdlib>
|
|
#include <iostream>
|
|
#include <string>
|
|
#include <stdexcept>
|