Changeset d818e8 in git for kernel


Ignore:
Timestamp:
Jul 12, 2013, 6:33:11 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7f807d70f9715bd59a2463c48dfb6aa933a93624ee9bbe6149d97d547f224a27ae68ee67f173f19d
Parents:
e0c8e34f8d5fd3f8159e61a5895314655cdf9d51
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-07-12 18:33:11+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-07-12 18:34:47+02:00
Message:
Fix the inclusion of config.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h

    re0c8e34 rd818e8  
    1010#define MOD2_H
    1111
    12 #include <config.h>
     12
     13#ifdef HAVE_CONFIG_H
     14/* config.h is a private header that will not be installed and thus cannot be unconditionally included */
     15# include "config.h"
     16#endif /* HAVE_CONFIG_H */
    1317
    1418
Note: See TracChangeset for help on using the changeset viewer.