Skip to content
Snippets Groups Projects
Commit 618a7889 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

wrap sys/param.h with HAVE_SYS_PARAM_H...

parent 30f95316
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,15 @@
#include <stdio.h>
#include <stdlib.h>
#include <ac/string.h>
#include <ac/ctype.h>
#include <ac/socket.h>
#include <ac/string.h>
#include <ac/unistd.h>
#include <ac/wait.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include "lber.h"
#include "ldap.h"
......
......@@ -3,13 +3,15 @@
#include <stdio.h>
#include <stdlib.h>
#include <ac/string.h>
#include <ac/ctype.h>
#include <ac/socket.h>
#include <ac/string.h>
#include <ac/unistd.h>
#include <ac/wait.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include "lber.h"
#include "ldap.h"
......
......@@ -3,13 +3,15 @@
#include <stdio.h>
#include <stdlib.h>
#include <ac/string.h>
#include <ac/ctype.h>
#include <ac/socket.h>
#include <ac/string.h>
#include <ac/unistd.h>
#include <ac/wait.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include "lber.h"
#include "ldap.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment