Skip to content

Commit

Permalink
Updated define in identifier.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-6 committed Aug 4, 2024
1 parent 84a3c5c commit 1765e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aqvm/base/file/identifier/unix/identifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// This program is licensed under the AQ License. You can find the AQ license in
// the root directory.

#ifndef AQVM_BASE_FILE_IDENTIFIER_UNIX_IDENTIFIER_H_
#define AQVM_BASE_FILE_IDENTIFIER_UNIX_IDENTIFIER_H_
#ifndef AQ_AQVM_BASE_FILE_IDENTIFIER_UNIX_IDENTIFIER_H_
#define AQ_AQVM_BASE_FILE_IDENTIFIER_UNIX_IDENTIFIER_H_

#include <stdint.h>
#include <sys/stat.h>
Expand Down

0 comments on commit 1765e14

Please sign in to comment.