Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
libdecnumber: Change gstdint.h to stdint.h
Browse files Browse the repository at this point in the history
Replace the inclusion of gstdint.h with the standard stdint.h
header file.

Signed-off-by: Tom Musta <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
  • Loading branch information
Tom Musta authored and agraf committed Jun 16, 2014
1 parent 7275585 commit 9b7a14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libdecnumber/decContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#define DECCFULLNAME "Decimal Context Descriptor" /* Verbose name */
#define DECCAUTHOR "Mike Cowlishaw" /* Who to blame */

#include "gstdint.h" /* C99 standard integers */
#include <stdint.h>
#include <stdio.h> /* for printf, etc. */
#include <signal.h> /* for traps */

Expand Down

0 comments on commit 9b7a14b

Please sign in to comment.