]> Dogcows Code - chaz/openbox/blobdiff - otk/util.hh
install the shadow wrappers
[chaz/openbox] / otk / util.hh
index aac92560ed64d42158208d30ef55942f348b7cfb..2664c1faa78d8674ac782d9887a4785d3d3450d4 100644 (file)
@@ -40,10 +40,9 @@ inline std::string itostring(unsigned int i)
 inline std::string itostring(int i)
   { return itostring((long) i); }
 
-}
 
-#ifndef   HAVE_BASENAME
 std::string basename(const std::string& path);
-#endif
+
+}
 
 #endif
This page took 0.025994 seconds and 4 git commands to generate.