Skip to content

Commit

Permalink
Fixing xdr.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Feb 7, 2024
1 parent be60d99 commit 29be540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/structures/genStructs.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#ifndef UDA_STRUCTURES_GENSTRUCTS_H
#define UDA_STRUCTURES_GENSTRUCTS_H

// needs to be included before xdr.h
#include <stdio.h>

#include <rpc/types.h>
#include <rpc/xdr.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

//-------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 29be540

Please sign in to comment.