make config.h the first header to be included in any compile unit

this is required for consistency amongst the compile units which are
linked into the same library and seems to be forgotten quite
frequently.
This commit is contained in:
Andreas Lauser
2013-04-10 12:56:14 +02:00
parent a9d8ca69c7
commit cfaf0867c4
@@ -33,6 +33,7 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include <stdlib.h>
#include <string.h>