Skip to content

Commit

Permalink
Added include for apr_strings.h (gets rid of some warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr Mostafa committed Oct 17, 2009
1 parent a078532 commit d425f60
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions mod_log_performance.c
Expand Up @@ -16,10 +16,11 @@
* limitations under the License.
*/

#include <httpd.h>
#include <http_config.h>
#include <apr_optional.h>
#include <mod_log_config.h>
#include "httpd.h"
#include "http_config.h"
#include "apr_optional.h"
#include "apr_strings.h"
#include "mod_log_config.h"

#include <stdlib.h>
#include <unistd.h>
Expand Down

0 comments on commit d425f60

Please sign in to comment.