Sergei Trofimovich c69444ed76
include/dap/network.h: add <stdint.h> include for gcc-15 (#133)
On `gcc-15` without the include header can't be used as is. I noticed
`cmake` build failing as:

    dap/network.h:31:39: error: 'uint32_t' has not been declared
       31 |                                       uint32_t timeoutMillis = 0);
          |                                       ^~~~~~~~

The change adds `uint32_t` declaration via `<stdint.h>`.
2024-08-02 11:38:40 -04:00
..
2023-05-22 23:27:25 +01:00
2023-05-05 18:05:53 +01:00
2024-04-10 08:59:08 +01:00
2021-08-23 19:39:55 +01:00