Skip to content

Commit

Permalink
Merge pull request #3228 from 4144/fixhpm
Browse files Browse the repository at this point in the history
Add missing include into HPMapi.c and HPMlogin.c
  • Loading branch information
MishimaHaruna authored Aug 16, 2023
2 parents db4a096 + e8b5bd6 commit 4dbe063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/HPMapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include "common/mapindex.h"
#include "common/mmo.h"
#include "common/nullpo.h"
#include "common/packets_struct.h"
#include "common/packets.h"
#include "common/random.h"
#include "common/showmsg.h"
Expand Down
1 change: 1 addition & 0 deletions src/login/HPMlogin.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include "common/mmo.h"
#include "common/packets.h"
#include "common/nullpo.h"
#include "common/packets_struct.h"
#include "common/random.h"
#include "common/showmsg.h"
#include "common/socket.h"
Expand Down

0 comments on commit 4dbe063

Please sign in to comment.