Skip to content

Commit

Permalink
#include wasn't getting the correct grib2_int.h
Browse files Browse the repository at this point in the history
With <grib2_int.h> compiling it found the installed grib2_int.h instead of the local.
  • Loading branch information
TimothyCera-NOAA authored Nov 3, 2024
1 parent 90b54e9 commit fdac35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g2ccsv.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Ed Hartnett @date 8/25/22
*/

#include <grib2_int.h>
#include "grib2_int.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit fdac35e

Please sign in to comment.