include generated defaults file
This commit is contained in:
parent
e0a08e502c
commit
da2fe66b59
2 changed files with 6 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: I18n.cc,v 1.1 2003/06/12 14:24:26 fluxgen Exp $
|
||||
// $Id: I18n.cc,v 1.2 2003/06/30 20:37:57 fluxgen Exp $
|
||||
|
||||
//usr GNU extensions
|
||||
#ifndef _GNU_SOURCE
|
||||
|
@ -42,6 +42,9 @@
|
|||
#endif // HAVE_LOCALE_H
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "defaults.hh"
|
||||
|
||||
using std::cerr;
|
||||
using std::endl;
|
||||
using std::string;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: fluxbox.cc,v 1.165 2003/06/30 15:05:26 fluxgen Exp $
|
||||
// $Id: fluxbox.cc,v 1.166 2003/06/30 20:36:57 fluxgen Exp $
|
||||
|
||||
#include "fluxbox.hh"
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
|||
#include "WinClient.hh"
|
||||
#include "Keys.hh"
|
||||
#include "FbAtoms.hh"
|
||||
#include "defaults.hh"
|
||||
|
||||
//Use GNU extensions
|
||||
#ifndef _GNU_SOURCE
|
||||
|
|
Loading…
Reference in a new issue