Skip to content

Commit

Permalink
add missing include of config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Nov 26, 2024
1 parent 0c50069 commit 5d6fdb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/drivers/common/utf8proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
* Copyright (C) 2012, Northwestern University and Argonne National Laboratory
* See COPYRIGHT notice in top-level directory.
*/
/* $Id$ */

#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

#include <pnetcdf.h>
#include <pnc_debug.h>
Expand Down

0 comments on commit 5d6fdb5

Please sign in to comment.