mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Guard nctestserver.h against multiple inclusions
This commit is contained in:
parent
7223c4a5aa
commit
5d254f80b0
@ -9,6 +9,9 @@ See \ref copyright file for more info.
|
||||
|
||||
*/
|
||||
|
||||
#ifndef NCTESTSERVER_H
|
||||
#define NCTESTSERVER_H 1
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@ -220,3 +223,4 @@ done:
|
||||
curl_easy_cleanup(curl);
|
||||
return stat;
|
||||
}
|
||||
#endif /*NCTESTSERVER_H*/
|
||||
|
Loading…
Reference in New Issue
Block a user