Skip to content
Prev Previous commit
Next Next commit
removed use of Foundation
  • Loading branch information
dkz2 committed Sep 12, 2023
commit 8ad019b7f7cf8c3b56445ab4f9848eb444674f5e
6 changes: 5 additions & 1 deletion Sources/Memcache/Extensions/ByteBuffer+SwiftMemcache.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
//
//===----------------------------------------------------------------------===//

import Foundation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename the file as well

#if os(Linux)
import Glibc
#else
import Darwin
#endif
import NIOCore

extension ByteBuffer {
Expand Down