Commit 72ec5a26 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

clean up more warnings and link problems after the header file

shuffle


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88075 13f79535-47bb-0310-9956-ffa450edef68
parent 3fdeeff1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -101,9 +101,8 @@
#include "http_protocol.h"
#include "http_request.h"
#include "apr_strings.h"
#if APR_HAVE_STRINGS_H
#include <strings.h>
#endif
#define APR_WANT_STRFUNC
#include "apr_want.h"

typedef struct anon_auth {
    char *password;
+2 −1
Original line number Diff line number Diff line
@@ -114,7 +114,8 @@
#include "apr_errno.h"
#include "apr_lock.h"
#include "apr_strings.h"

#define APR_WANT_STRFUNC
#include "apr_want.h"

#if APR_HAS_SHARED_MEMORY
#include "apr_shmem.h"
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@
#include "apr.h"
#include "apr_strings.h"
#include "apr_hooks.h"
#include "apr_lib.h"

#define APR_WANT_STRFUNC
#include "apr_want.h"