all repos — fluxbox @ 1e9ee6cca46acba134d8d82a2330d1e702eabfa6

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

1e9ee6cca46acba134d8d82a2330d1e702eabfa6

parent

71c0778a2dcb580293c76a8356f82817d062c25d

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M src/tests/Resourcetest.ccsrc/tests/Resourcetest.cc

@@ -28,6 +28,7 @@ #endif // _GNU_SOURCE

#include <string> #include <iostream> +#include <cstdio> using namespace std;
M src/tests/StringUtiltest.ccsrc/tests/StringUtiltest.cc

@@ -20,6 +20,9 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER

// DEALINGS IN THE SOFTWARE. #include "../StringUtil.hh" +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif //_GNU_SOURCE #include <vector> #include <iostream>